home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- nocurs
- disp menu\pcfiss9 1
- :start
- disp menu\pcfiss9 2
- getkey fpx
-
- if errorlevel 3 goto quit
- if errorlevel 2 goto pac
- if errorlevel 1 goto fonts1
-
- :fonts1
- cls
- echo Copying font files to PFS:First Publisher directory..
- copy \fonts\*.* c:\pub
- cls
- echo Please refer to page 12 for details on how to use these fonts
- pause
- goto start
-
- :pac
- cls
- pacific
- goto start
-
- :quit
- cls
- disp menu\pcfend 2
- pause
- cls
-